home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SamDodge.swf / scripts / DefineButton2_248 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2001-07-07  |  211 b   |  15 lines

  1. on(rollOver){
  2.    i = "1";
  3.    gotoAndStop(80);
  4.    tellTarget("/names")
  5.    {
  6.       gotoAndStop("car1");
  7.       play();
  8.    }
  9.    tellTarget("/hums")
  10.    {
  11.       gotoAndStop("car1");
  12.       play();
  13.    }
  14. }
  15.